Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to dev, this PR will be updated.
dev
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
ondev
.Releases
@itwin/[email protected]
Major Changes
iui-folder
is updated to usedisplay: grid
.iui-tile-name
is now moved outside ofiui-tile-content
for folder variant.iui-progress-radial
has been refactored to be a single<div>
instead of using a nested svg. Size and status have been moved to data attributes. Also it is recommended to explicitly setsize
when using in other components.Minor Changes
--iui-color-border-accent
.iui-svg-icon
now supports controlling size and fill using--iui-svg-size
and--iui-svg-fill
custom properties.@itwin/[email protected]
Major Changes
#1383: Removed previously-deprecated
UserIcon
andUserIconGroup
components. Also removeduserIcon
prop fromHeader
.#1384: Removed previously-deprecated
Wizard
component (replaced byStepper
andWorkflowDiagram
).#1255: Updated Tile component to be composition of customizable subcomponents: <Tile.Name/>, <Tile.NameIcon/>, <Tile.NameLabel/>, <Tile.ThumbnailArea/>, <Tile.ThumbnailPicture/>, <Tile.BadgeContainer/>, <Tile.TypeIndicator/>, <Tile.QuickAction/>, <Tile.ContentArea/>, <Tile.Description/>, <Tile.MoreOptions/>, <Tile.Metadata/>, <Tile.Buttons/>
Certain props have been removed as they are now subcomponents:
name
,description
,metadata
,thumbnail
,badge
,leftIcon
,rightIcon
,button
,moreOptions
,isActionable
props have been removed.#1356: ProgressRadial has been refactored to be a single
<div>
instead of using a nested svg. Also it is recommended to explicitly setsize
when using in other components.#1311: - Removed Tippy.js as dependency in Tooltip. Using FloatingUI instead.
#1388: Removed deprecated
HorizontalTabs
andVerticalTabs
(replaced byorientation
prop inTabs
).Minor Changes
--iui-color-border-accent
.Patch Changes
color-scheme
property will now be correctly set for dark theme, resulting in better theming of built-in html elements.@itwin/[email protected]
Major Changes
iui-root
has been removed.data-iui-theme
must now always be set in order to use variables.Patch Changes
color-scheme
property will now be correctly set for dark theme, resulting in better theming of built-in html elements.